Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CollectionBase<T> Class / CollectionChanging Event


In This Topic
    CollectionChanging Event
    In This Topic
    A System.ComponentModel.CollectionChangeEventHandler object that indicates the handler of CollectionChanging event.
    Syntax
    'Declaration
     
    
    Public Event CollectionChanging As CollectionChangeEventHandler
    'Usage
     
    
    Dim instance As CollectionBase(Of T)
    Dim handler As CollectionChangeEventHandler
     
    AddHandler instance.CollectionChanging, handler
    public event CollectionChangeEventHandler CollectionChanging
    Event Data

    The event handler receives an argument of type CollectionChangeEventArgs containing data related to this event. The following CollectionChangeEventArgs properties provide information specific to this event.

    PropertyDescription
     
     
    See Also